select table_name, column_name from information_schema.columns where column_name like '%search_keyword%'; -- change search_keyword accordingly